Event Response Frame
data class EventResponseFrame(eventName: String, params: JsonElement, sessionId: SessionID?) : WebSocketFrame
Content copied to clipboard
Represents frame carrying event generated by protocol.
Constructors
EventResponseFrame
Link copied to clipboard
fun EventResponseFrame(eventName: String, params: JsonElement, sessionId: SessionID? = null)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard